startSubpathRelative Method
In This Topic
Creates a new sub-path at the given position.
The start position is relative to current path point.
Syntax
public void startSubpathRelative(
double ,
double
)
|
Parameters
- x
- x position of the new sub-path.
- y
- y position of the new sub-path.
See Also